//==============================================================================
// ballista_anim.txt
//==============================================================================

//==============================================================================
define greekbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX G Myth Unit Birth Effect
      }
   }
}

//=============================================================================
anim Birth
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special G Golem_BirthA
				connect HOTSPOT greekbirthSFX hotspot
         }
         
      }
   }
}

//=============================================================================
anim Idle
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special G Golem_idlea
         }
         
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special G Golem_boreda
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special G Golem_Deatha
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.58 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special G Golem_Walka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.40 true   
            tag FootstepRight 1.00 true   
            tag SpecificSoundSet 0.20 false GiantFootsteps checkVisible 
            tag SpecificSoundSet 0.70 false GiantFootsteps checkVisible 
//-- end auto generated section
         }
      }
   }
}
//==============================================================================

anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			   Visual Special G Golem_Attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.42 true   
            tag Attack 0.75 true   
            tag GenericSound 0.13 true   
            tag SpecificSoundSet 0.31 false SwordSwing checkVisible 
            tag SpecificSoundSet 0.65 false SwordSwing checkVisible 
//-- end auto generated section
         }
      }
   }
}
